home *** CD-ROM | disk | FTP | other *** search
/ Magnum One / Magnum One (Mid-American Digital) (Disc Manufacturing).iso / d26 / brandon.arc / PRINTDOC.BAT < prev    next >
Encoding:
DOS Batch File  |  1990-04-25  |  149 b   |  7 lines

  1. echo off
  2. cls
  3. echo Now about to print out all the documentation files.
  4. echo Type CTRL-C to exit now, or else
  5. pause
  6. copy *.doc prn
  7. echo All done!